library(DBI)
library(odbc)
conn <- DBI::dbConnect(odbc::odbc(),
Driver = "PostgreSQL ANSI(x64)",
Server = "idrmedresctxnc.caj8issxwkbd.us-west-2.rds.amazonaws.com",
Database = "${0:Database Name=idrmedresctxnc}",
UID = "cortexmaster1",
PWD = "DvLoggerIsRg!",
Port = 5432)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.